Skip to content

Conversation

@mp911de
Copy link
Member

@mp911de mp911de commented Jul 19, 2023

We now use Postgres' JDBC drivers TypeInfoCache to register and determine array types, including support for UUID.

Closes #1567

mp911de added 3 commits July 19, 2023 14:30
We now use Postgres' JDBC drivers TypeInfoCache to register and determine array types including support for UUID.

Closes #1567
Push JDBC-specific simple types into JdbcPostgresDialect instead of having these in the top-level dialect that shouldn't be tied to any driver technology.

Introduce profile to run Postgres tests only.
@mp911de mp911de added the type: enhancement A general enhancement label Jul 19, 2023
@mp911de mp911de added this to the 3.1.3 (2023.0.3) milestone Jul 19, 2023
@rdehuyss
Copy link

rdehuyss commented Sep 6, 2023

LGTM!

@schauder
Copy link
Contributor

schauder commented Sep 6, 2023

Thanks, that's merged.

mp911de added a commit that referenced this pull request Sep 6, 2023
schauder pushed a commit that referenced this pull request Sep 6, 2023
@mp911de mp911de closed this Sep 14, 2023
@mp911de mp911de deleted the issue/1567 branch September 14, 2023 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for Postgres UUID arrays using JDBC

4 participants